Chapter 2: Numbering Systems

This chapter discusses numbering systems and shows how the computer stores numbers. Manually converting between decimal, binary, and hexadecimal is demonstrated using the remainder and positional methods. Using Python to convert from the three bases, and how to enter integers into your program in the various bases I also shown. Objectives Upon completion of this … Continue reading Chapter 2: Numbering Systems